Chris Pollett > Old Classes >
CS185c

( Print View )

Student Corner:
  [Grades Sec3]

  [Submit Sec3]

  [Class Sign Up Sec3]

  [
Lecture Notes]
  [Discussion Board]

Course Info:
  [Texts & Links]
  [Topics/Outcomes]
  [Outcomes Matrix]
  [Grading]
  [HW/Quiz Info]
  [Exam Info]
  [Regrades]
  [Honesty]
  [Additional Policies]
  [Announcements]

HWs and Quizzes:
  [Hw1]  [Hw2]  [Hw3]
  [Hw4]  [Quizzes]  [Project]

Practice Exams:
  [Mid]  [Final]

                           












CS185c Fall 2009Practice Final

To study for the final I would suggest you: (1) Know how to do (by heart) all the practice problems. (2) Go over your notes at least three times. Second and third time try to see how much you can remember from the first time. (3) Go over the homework problems. (4) Try to create your own problems similar to the ones I have given and solve them. (5) Skim the relevant sections from the book. (6) If you want to study in groups, at this point you are ready to quiz each other. The practice final is below. Here are some facts about the actual final: (a) It is comprehensive (b) It is closed book, closed notes. Nothing will be permitted on your desk except your pen (pencil) and test. (c) You should bring photo ID. (d) There will be more than one version of the test. Each version will be of comparable difficulty. (e) It is 10 problems, 6 problems will be on material since the lecture before the midterm, four problems will come from the topics covered prior to the midterm. (f) Two problems will be exactly (less typos) off of the practice final, and one will be off of practice midterm.

1. For either iPhone or Android describe how to create an application that involves a table. Give code snippets to illustrate.

2. For either iPhone or Android describe how to draw a 2d oval not using OpenGL at (x,y) = (100px, 100px).

3. Briefly describe what a viewing frustum is and how to set it up in OpenGL ES 1.1

4. What is a triangle strip? How do you draw a triangle strip in OpenGL ES ?

5. Explain how to set up lights and materials in Open GL ES 1.1 .

6. What are the main differences between Open GL ES 1.1 and Open GL ES 2.0?

7. Define each of the following terms: touch, tap, event, gesture.

8. For the platform of your choice briefly describe the event listener method that will be called when a finger is placed on the screen.

9. For the platform of your choice briefly describe how you could detect a horizontal swipe.

10. For the platform of your choice briefly describe how you could detect a double tap.